home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 …ember: Reference Library / Dev.CD Dec 00 RL Disk 1.toast / mac / Technical Documentation / Develop / develop Issue 20 / develop Issue 20 code / Scripting the Finder.sea / Scripting the Finder / Finder Snapshot / Main.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-04  |  387 b   |  22 lines  |  [TEXT/MMCC]

  1. #ifndef __MAIN__
  2. #define __MAIN__
  3.  
  4. /*
  5. // Globals defined in this file:
  6. */
  7. extern Rect                gUniverseRect;
  8. extern RgnHandle        gUniverseRgn;
  9. extern RgnHandle        gScratchRgn;
  10. extern GrafPtr            gWindowMgrPort;
  11.  
  12. extern SysEnvRec        gThisMacintosh;
  13. extern Boolean            gHasAppleEvents;
  14.  
  15. /*
  16. // Prototypes from 'Main.c'
  17. */
  18. void                    main(void);
  19. OSErr                    ExitProgram(CWindowPtr window, short item);
  20.  
  21. #endif
  22.